home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / fmdrgdrp / opt2 / invent.exe / SOFTWARE.INV / Languages@part.json < prev    next >
Encoding:
JavaScript Object Notation  |  1993-08-20  |  430 b 

  1. {
  2.     "schema": {
  3.         "PartNo": "Long Integer",
  4.         "Description": "Text (80)",
  5.         "Price": "Currency"
  6.     },
  7.     "data": [
  8.         {
  9.             "PartNo": 5001,
  10.             "Description": "Visual Basic",
  11.             "Price": 199
  12.         },
  13.         {
  14.             "PartNo": 5002,
  15.             "Description": "Visual C++",
  16.             "Price": 299
  17.         },
  18.         {
  19.             "PartNo": 5003,
  20.             "Description": "MS Macro Assembler",
  21.             "Price": 149
  22.         },
  23.         {
  24.             "PartNo": 5004,
  25.             "Description": "Borland C++",
  26.             "Price": 299
  27.         },
  28.         {
  29.             "PartNo": 5005,
  30.             "Description": "SmallTalk",
  31.             "Price": 249
  32.         },
  33.         {
  34.             "PartNo": 5006,
  35.             "Description": "Watcom C++",
  36.             "Price": 349
  37.         }
  38.     ]
  39. }